[libcxx] [www] Strip trailing whitespace. Fixes D37318. git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@312262 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/www/atomic_design_c.html b/www/atomic_design_c.html index 6fbce5f..82cc80f 100644 --- a/www/atomic_design_c.html +++ b/www/atomic_design_c.html
@@ -115,7 +115,7 @@ __has_feature(__atomic_exchange_seq_cst_j) == 1 __has_feature(__atomic_store_seq_cst_j) == 1 -typedef unsigned int __atomic_flag__; +typedef unsigned int __atomic_flag__; unsigned int __atomic_exchange_seq_cst(unsigned int volatile*, unsigned int) {
diff --git a/www/cxx1y_status.html b/www/cxx1y_status.html index 8d2b148..0bcd179 100644 --- a/www/cxx1y_status.html +++ b/www/cxx1y_status.html
@@ -46,7 +46,7 @@ <li>SG1 - Study group #1 (Concurrency working group)</li> </ul> </p> - + <h3>Paper Status</h3> <table id="papers" border="1"> <tr><th>Paper #</th><th>Group</th><th>Paper Name</th><th>Meeting</th><th>Status</th><th>First released version</th></tr> @@ -55,7 +55,7 @@ <tr><td></td><td></td><td></td><td></td><td></td><td></td></tr> <!-- <tr><td>3323</td><td>CWG</td><td>A Proposal to Tweak Certain C++ Contextual Conversions, v3</td><td>Portland</td><td></td><td></td></tr> --> - + <tr><td><a href="https://wg21.link/n3421">3421</a></td><td>LWG</td><td>Making Operator Functors greater<></td><td>Portland</td><td>Complete</td><td>3.4</td></tr> <tr><td><a href="https://wg21.link/n3462">3462</a></td><td>LWG</td><td>std::result_of and SFINAE</td><td>Portland</td><td>Complete</td><td>3.4</td></tr> <tr><td><a href="https://wg21.link/n3469">3469</a></td><td>LWG</td><td>Constexpr Library Additions: chrono, v3</td><td>Portland</td><td>Complete</td><td>3.4</td></tr> @@ -75,7 +75,7 @@ <!-- <tr><td>3664</td><td>CWG</td><td>Clarifying Memory Allocation</td><td>Bristol</td><td></td><td></td></tr> --> <!-- <tr><td>3651</td><td>CWG</td><td>Variable Templates (Revision 1)</td><td>Bristol</td><td></td><td></td></tr> --> <!-- <tr><td>3649</td><td>CWG</td><td>Generic (Polymorphic) Lambda Expressions (Revision 3)</td><td>Bristol</td><td></td><td></td></tr> --> - + <tr><td><a href="https://wg21.link/n3545">3545</a></td><td>LWG</td><td>An Incremental Improvement to integral_constant</td><td>Bristol</td><td>Complete</td><td>3.4</td></tr> <tr><td><a href="https://wg21.link/n3644">3644</a></td><td>LWG</td><td>Null Forward Iterators</td><td>Bristol</td><td>Complete</td><td>3.4</td></tr> <tr><td><a href="https://wg21.link/n3668">3668</a></td><td>LWG</td><td>std::exchange()</td><td>Bristol</td><td>Complete</td><td>3.4</td></tr> @@ -90,7 +90,7 @@ <tr><td><a href="https://wg21.link/n3672">3672</a></td><td>LWG</td><td>A proposal to add a utility class to represent optional objects</td><td>Bristol</td><td><I>Removed from Draft Standard</I></td><td>n/a</td></tr> <tr><td><a href="https://wg21.link/n3669">3669</a></td><td>LWG</td><td>Fixing constexpr member functions without const</td><td>Bristol</td><td>Complete</td><td>3.4</td></tr> <tr><td><a href="https://wg21.link/n3662">3662</a></td><td>LWG</td><td>C++ Dynamic Arrays (dynarray)</td><td>Bristol</td><td><I>Removed from Draft Standard</I></td><td>n/a</td></tr> - + <tr><td><a href="https://wg21.link/n3659">3659</a></td><td>SG1</td><td>Shared Locking in C++</td><td>Bristol</td><td>Complete</td><td>3.4</td></tr> <tr><td></td><td></td><td></td><td></td><td></td><td></td></tr>
diff --git a/www/index.html b/www/index.html index ab39e11..eca48ce 100644 --- a/www/index.html +++ b/www/index.html
@@ -204,7 +204,7 @@ <p> If you think you've found a bug in libc++, please report it using the <a href="https://bugs.llvm.org/">LLVM Bugzilla</a>. If you're not sure, you - can post a message to the <a href="https://lists.llvm.org/mailman/listinfo/cfe-dev">cfe-dev</a> + can post a message to the <a href="https://lists.llvm.org/mailman/listinfo/cfe-dev">cfe-dev</a> mailing list or on IRC. Please include "libc++" in your subject. </p>
diff --git a/www/ts1z_status.html b/www/ts1z_status.html index 8f77603..22ad0d4 100644 --- a/www/ts1z_status.html +++ b/www/ts1z_status.html
@@ -95,7 +95,7 @@ <!-- <tr><td></td><td></td></tr> --> </table> - + <h3>Features in Filesystem</h3> <table id="Features" border="1"> <tr><th>Feature Name</th><th>Status</th><th>First released version</th></tr>